-
Notifications
You must be signed in to change notification settings - Fork 144
[kustomize_deploy] Fix OLM values.yaml not available to kustomize lookup #3546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[kustomize_deploy] Fix OLM values.yaml not available to kustomize lookup #3546
Conversation
The kustomize lookup plugin runs on localhost (control node), but the values.yaml file was being copied on the remote host. This caused the generated values to be ignored when kustomize executed. Changed to use slurp + copy with delegate_to localhost to ensure the values.yaml file is available on the control node where kustomize runs. Assisted-By: Claude Code/claude-sonnet-4.5 Signed-off-by: Eduardo Olivares <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/82e9d25848c543b6a636d6d56c3a7670 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 44m 52s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1ec386456a4142b5b1b48b22b78658d3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 38m 39s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6c2c89e3808e4024bcdea2f25532d76a ❌ openstack-k8s-operators-content-provider FAILURE in 6m 04s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4cb038cb96fd4bc0953ac3cdf7e9eaa0 ❌ openstack-k8s-operators-content-provider FAILURE in 7m 16s |
|
recheck |
The kustomize lookup plugin runs on localhost (control node), but the values.yaml file was being copied on the remote host. This caused the generated values to be ignored when kustomize executed.
Changed to use slurp + copy with delegate_to localhost to ensure the values.yaml file is available on the control node where kustomize runs.
Assisted-By: Claude Code/claude-sonnet-4.5